home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / misc / scn2game < prev    next >
Encoding:
Text File  |  1994-02-02  |  126 b   |  9 lines  |  [TEXT/R*ch]

  1. #!/bin/sh
  2.  
  3. # A shell script that does a partial conversion of 5.x scenario files
  4. # into 7.x game files.
  5.  
  6. sed -f scn.sed <$1
  7.  
  8.  
  9.